-- JSON module extracted from ITU-T Y.4473 (08/2020)

//Example 11 - An example to address an entity set //Example request: //http://example.org/v1.0/ObservedProperties //Example response: { "@iot.count": 84, "value": [ { "@iot.id": 1, "@iot.selfLink": "http://example.org/v1.0/ObservedProperties(1)", "Datastreams@iot.navigationLink": "ObservedProperties(1)/Datastreams", "description": "The dew point is the temperature at\n which the water vapor in air at constant barometric pressure condenses into\n liquid water at the same rate at which it evaporates.", "name": "DewPoint Temperature", "definition": "http://dbpedia.org/page/Dew_point" }, { "@iot.id ": 2, "@iot.selfLink": "http://example.org/v1.0/ObservedProperties(2)", "Datastreams@iot.navigationLink": "ObservedProperties(2)/Datastreams", "description": "Relative humidity is the ratio of the\n partial pressure of water vapor in an air-water mixture to the saturated\n vapor pressure of water at a prescribed temperature.", "name": "Relative Humidity", "definition": "http://dbpedia.org/page/Relative_humidity" } ], "@iot.nextLink": "http://example.org/v1.0/ObservedProperties?$top=5&$skip=5" }